1 00:00:00,750 --> 00:00:01,550 Hello there. 2 00:00:01,560 --> 00:00:07,570 Welcome to this video on a rainy in javascript. 3 00:00:07,620 --> 00:00:14,780 Rays are used to store multiple values in a single variable. 4 00:00:15,060 --> 00:00:25,560 So I know see is the structure that allows you to store multiple value in a single reference. 5 00:00:25,650 --> 00:00:34,860 For example you can have no nursery calls cars and within that Arey you can store different models of 6 00:00:34,860 --> 00:00:44,860 cars for example BMW a posh Bentley a Nissan and so on. 7 00:00:44,970 --> 00:00:50,120 They are all values within a single variable. 8 00:00:50,220 --> 00:01:02,190 So the variable in this case is a car and he's got different values inside the array an example could 9 00:01:02,190 --> 00:01:04,050 be fruit. 10 00:01:04,170 --> 00:01:12,020 You can have an entry called fruit and inside that you could have different types of fruits as values. 11 00:01:12,060 --> 00:01:20,820 For example you could have strawberries mangoes Kiwi blue berries and so on. 12 00:01:20,820 --> 00:01:25,890 So they will all be values within the fruit tree. 13 00:01:25,880 --> 00:01:35,760 The values inside and tree are separated by commas apart from the very last value. 14 00:01:35,940 --> 00:01:45,750 So are the values about the last ones are separated by comer's and be raised values inside the arrays 15 00:01:45,750 --> 00:01:53,490 can be referenced in the numbering order or the number and start from zero and so on. 16 00:01:53,490 --> 00:01:59,340 So the very first value inside the tree will have a value of zero. 17 00:01:59,340 --> 00:02:03,330 The next one will be 1 and then 2 and so on. 18 00:02:03,330 --> 00:02:09,720 So for example if I had inside the car I refer had a fair value. 19 00:02:09,720 --> 00:02:12,610 BMW and I wanted to reference it. 20 00:02:12,640 --> 00:02:16,730 All I need to do was to see car 0. 21 00:02:16,910 --> 00:02:21,190 I know that cars zero refers to BMW. 22 00:02:22,020 --> 00:02:25,490 So just this week summary again. 23 00:02:25,580 --> 00:02:32,760 Every is a structure that allows you to store multiple values as one. 24 00:02:32,790 --> 00:02:41,490 For example here you've got three cars inside about it's got different values like BMW poche Bentley 25 00:02:41,520 --> 00:02:43,080 Ford Nissan. 26 00:02:43,110 --> 00:02:46,740 Each of the values is separated by a comma. 27 00:02:46,800 --> 00:02:55,320 If you notice the values I think quotes because they are strings also the yellow brackets you can see 28 00:02:55,860 --> 00:03:01,730 B are what you used to identify and agree. 29 00:03:01,800 --> 00:03:07,400 Anywhere you see red brackets you've got some values inside you know. 30 00:03:07,410 --> 00:03:17,430 You are looking at an parry in Javascript so the pair brackets identifies that the values inside that 31 00:03:17,430 --> 00:03:20,100 variable is an array. 32 00:03:20,370 --> 00:03:22,640 So thank you so much for watching. 33 00:03:22,650 --> 00:03:30,820 I hope you now have some kind of understanding of what Terry is saying. 34 00:03:30,840 --> 00:03:32,940 Q For now.